//==============================================================================
// Farm Plot_anim.txt
//==============================================================================

define sfxatimeshiftmediumin
{
	set hotspot
	{
		version
		{
			Visualparticle sfx a timeshift medium in
		}
	}
}

//down sparkles
define sfxatimeshiftspellin
{
	set hotspot
	{
		version
		{
			Visualparticle sfx a timeshift spell in
		}
	}
}

define sfxatimeshiftswirl
{
	set hotspot
	{
		version
		{
			Visualparticle sfx a timeshift swirl tied
		}
	}
}

//==============================================================================
anim Idle
{
	SetSelector
	{
      DamageLogic 0 1 50
		set hotspot
		{
			version
			{
				VisualNone World A Farm Cabbage04
				connect attachpoint sfxatimeshiftmediumin hotspot
				connect attachpoint sfxatimeshiftspellin hotspot
				connect attachpoint sfxatimeshiftswirl hotspot
			}
		}
      set hotspot
      {
         version
         {
				VisualNone World A Farm Cabbage03
				connect attachpoint sfxatimeshiftmediumin hotspot
				connect attachpoint sfxatimeshiftspellin hotspot
				connect attachpoint sfxatimeshiftswirl hotspot
         }
      }
      set hotspot
      {
         version
         {
				VisualNone World A Farm Cabbage02
				connect attachpoint sfxatimeshiftmediumin hotspot
				connect attachpoint sfxatimeshiftspellin hotspot
				connect attachpoint sfxatimeshiftswirl hotspot
         }
      }
      
   }	
}

